[INFO] cloning repository https://github.com/Exosyz/zoea
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Exosyz/zoea" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExosyz%2Fzoea", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExosyz%2Fzoea'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 755ae2c0e1fc2b23408c7316c1ecd4d1b1fec411
[INFO] checking Exosyz/zoea against master#65407954098ca3c19f0d46092cb374b5d3e9dc3c for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExosyz%2Fzoea" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Exosyz/zoea
[INFO] finished tweaking git repo https://github.com/Exosyz/zoea
[INFO] tweaked toml for git repo https://github.com/Exosyz/zoea written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Exosyz/zoea on toolchain 65407954098ca3c19f0d46092cb374b5d3e9dc3c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Exosyz/zoea already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded orbclient v0.3.54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d
[INFO] running `Command { std: "docker" "start" "9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling naga v29.0.3
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking codespan-reporting v0.13.1
[INFO] [stderr]     Checking spirv v0.4.0+sdk-1.4.341.0
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking zoea-math v0.1.0 (/opt/rustwide/workdir/crates/zoea-math)
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling wgpu-hal v29.0.3
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking bit-set v0.9.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking glow v0.17.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling wgpu-core v29.0.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking wgpu-types v29.0.3
[INFO] [stderr]     Checking zoea-core v0.1.0 (/opt/rustwide/workdir/crates/zoea-core)
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking imgref v1.12.1
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]    Compiling wgpu v29.0.3
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking zoea-ecs v0.1.0 (/opt/rustwide/workdir/crates/zoea-ecs)
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zoea-assets v0.1.0 (/opt/rustwide/workdir/crates/zoea-assets)
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stdout] warning: methods `kill` and `is_alive` are never used
[INFO] [stdout]   --> crates/zoea-ecs/src/entity/entity_id_manager.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl EntityIdManager {
[INFO] [stdout]    | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn kill(&mut self, entity: EntityId) -> Result<(), EcsError> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub fn is_alive(&self, entity: EntityId) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_column_index`, `chunks`, and `id` are never used
[INFO] [stdout]    --> crates/zoea-ecs/src/storage/archetype.rs:55:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Archetype {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  55 |     pub fn get_column_index(&self, id: ComponentId) -> Option<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     pub fn chunks(&self) -> &[Chunk] {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn id(&self) -> ArchetypeId {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_entity_id`, `get_column_slice_info`, `swap_remove_and_drop`, `len`, and `capacity` are never used
[INFO] [stdout]    --> crates/zoea-ecs/src/storage/chunk.rs:188:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl Chunk {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub fn get_entity_id(&self, index: usize) -> Result<EntityId, EcsError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn get_column_slice_info(&self, component_index: usize) -> (NonNull<u8>, usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |     pub unsafe fn swap_remove_and_drop(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 446 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `element_align` is never read
[INFO] [stdout]  --> crates/zoea-ecs/src/storage/column.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Column {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     element_align: usize,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Column` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_ptr` and `align` are never used
[INFO] [stdout]   --> crates/zoea-ecs/src/storage/column.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Column {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub unsafe fn get_ptr(&self, chunk_ptr: NonNull<u8>) -> NonNull<u8> {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub const fn align(&self) -> usize {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `contains_all` and `contains_any` are never used
[INFO] [stdout]   --> crates/zoea-ecs/src/topology/component_mask.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ComponentMask {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn contains_all(&self, other: &ComponentMask) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub fn contains_any(&self, other: &ComponentMask) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_column_index` and `id` are never used
[INFO] [stdout]    --> crates/zoea-ecs/src/storage/archetype.rs:55:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Archetype {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  55 |     pub fn get_column_index(&self, id: ComponentId) -> Option<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn id(&self) -> ArchetypeId {
[INFO] [stdout]     |            ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_column_slice_info` and `swap_remove_and_drop` are never used
[INFO] [stdout]    --> crates/zoea-ecs/src/storage/chunk.rs:202:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl Chunk {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn get_column_slice_info(&self, component_index: usize) -> (NonNull<u8>, usize) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |     pub unsafe fn swap_remove_and_drop(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_ptr` is never used
[INFO] [stdout]   --> crates/zoea-ecs/src/storage/column.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Column {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub unsafe fn get_ptr(&self, chunk_ptr: NonNull<u8>) -> NonNull<u8> {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wgpu-naga-bridge v29.0.3
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v29.0.3
[INFO] [stderr]     Checking zoea-rendering v0.1.0 (/opt/rustwide/workdir/crates/zoea-rendering)
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> crates/zoea-rendering/src/backend/resource.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GpuResource<T> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     mode: GpuResourceMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `linear_clamp`, `linear_repeat`, `nearest_repeat`, and `shadow_comparison` are never read
[INFO] [stdout]   --> crates/zoea-rendering/src/backend/samplers.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Samplers {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  6 |     /// Smooth filtering, stops at the edge. Perfect for UI and high-res sprites.
[INFO] [stdout]  7 |     pub linear_clamp: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub linear_repeat: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 12 |     /// Pixelated filtering, tiles infinitely. Perfect for retro tiled floors/walls.
[INFO] [stdout] 13 |     pub nearest_repeat: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     /// Special sampler for Shadow Mapping or Depth comparisons.
[INFO] [stdout] 15 |     pub shadow_comparison: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> crates/zoea-rendering/src/backend/resource.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GpuResource<T> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     mode: GpuResourceMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `linear_clamp`, `linear_repeat`, `nearest_repeat`, and `shadow_comparison` are never read
[INFO] [stdout]   --> crates/zoea-rendering/src/backend/samplers.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Samplers {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  6 |     /// Smooth filtering, stops at the edge. Perfect for UI and high-res sprites.
[INFO] [stdout]  7 |     pub linear_clamp: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub linear_repeat: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 12 |     /// Pixelated filtering, tiles infinitely. Perfect for retro tiled floors/walls.
[INFO] [stdout] 13 |     pub nearest_repeat: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     /// Special sampler for Shadow Mapping or Depth comparisons.
[INFO] [stdout] 15 |     pub shadow_comparison: Sampler,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zoea-engine v0.1.0 (/opt/rustwide/workdir/crates/zoea-engine)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/zoea-engine/src/scene.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let mut instances = HashMap::new();
[INFO] [stdout]    |             ----^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `world` is never read
[INFO] [stdout]  --> crates/zoea-engine/src/scene.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Scene {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 8 |     world: World,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zoea-tester v0.1.0 (/opt/rustwide/workdir/games/zoea-tester)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut scene = Scene::default();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut scene = Scene::default();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_2`
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let id_2 = atlas.add_sprite(0, 32, 32, 32);
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_id_2`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_2`
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let id_2 = atlas.add_sprite(0, 32, 32, 32);
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_id_2`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_3`
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let id_3 = atlas.add_sprite(32, 32, 32, 32);
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_id_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uv_1`
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let uv_1 = atlas.get_sprite(id_1).unwrap().clone();
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_uv_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id_3`
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let id_3 = atlas.add_sprite(32, 32, 32, 32);
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_id_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uv_1`
[INFO] [stdout]   --> games/zoea-tester/src/main.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let uv_1 = atlas.get_sprite(id_1).unwrap().clone();
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_uv_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/zoea-engine/src/scene.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let mut instances = HashMap::new();
[INFO] [stdout]    |             ----^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `world` is never read
[INFO] [stdout]  --> crates/zoea-engine/src/scene.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Scene {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 8 |     world: World,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d", kill_on_drop: false }`
[INFO] [stdout] 9a2f04191bcb8500336ca0c2e9cf46d2c6736deeee5bfc7f5b40257231b3b12d
